home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / temacd / pspad / pspad453inst_cz(2).exe / {app} / Template / VHDL.vhd < prev    next >
Text File  |  2007-03-18  |  677b  |  28 lines

  1. -- File:
  2. -- Author:
  3. -- Date:
  4. -- Revision:
  5. -- Description:
  6.  
  7. library ieee;
  8. use ieee.std_logic_1164.all;
  9. use ieee.numeric_std.all;
  10. use ieee.numeric_bit.all;
  11. use std.textio.all;
  12. use ieee.std_logic_textio.all;
  13.  
  14.  
  15. -- ENTITY DECLARATION ------------------------------------------------------------------------------
  16. entity _H_ is
  17.       -- generic / port / local declatations
  18. end entity _H_;
  19.  
  20.  
  21. -- ARCHITECTURE DECLARATION ------------------------------------------------------------------------
  22. architecture _H_ of _H_ is
  23.      -- local declarations (use function type file component constant signal procedure subtype alias)
  24. begin
  25.      
  26. end architecture _H_;
  27.  
  28.